home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / feverfrenzy-demo.swf / scripts / DefineSprite_305 / frame_1 / DoAction.as
Text File  |  2007-09-28  |  172b  |  11 lines

  1. function showDisease(tipo)
  2. {
  3.    mDisease_mc.gotoAndStop(tipo);
  4.    gotoAndPlay(1);
  5.    this._visible = true;
  6. }
  7. function hideDisease()
  8. {
  9.    this._visible = false;
  10. }
  11.